home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0086-Trouble W⁄Include w-Aug89 < prev    next >
Encoding:
Text File  |  1989-08-22  |  1.0 KB  |  31 lines  |  [TEXT/GEOL]

  1. Item    7666769                         19-Aug-89        20:19
  2.  
  3. From:   D2987                           Command Central, R Andrews,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. cc:     MACDTS                          Macintosh Developer Tech. Supt.,APL
  8.  
  9. Sub:    Trouble W/Include w 2.0B5
  10.  
  11. I am having some problems getting MABuild to search some directories that I
  12. have set up for some common libraries for the code I write.  Part of this is
  13. caused because MacApp.make1 does not include {POtpions} in its Pascal compile
  14. build rules.  I found that changing:
  15.  
  16.    Pascal {depDir}{default}.p {Debugging} {PascalOptions} {POptions} ∂
  17.  
  18. to:
  19.  
  20.    Pascal {depDir}{default}.p {Debugging} {PascalOptions} {POptions} ∂
  21.  
  22. solves the problem.  Is there a better way to do this (without modifying MacApp
  23. stuff)?  If not, shouldn't this change be made in the release version since
  24. POptions is the area for putting user options to the pascal command?
  25.  
  26. Please send any replies specific to me to this address, I am no longer on the
  27. MacApp.Tech$ list.
  28.  
  29. Brad Andrews
  30.  
  31.